home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 November
/
CMCD1104.ISO
/
Software
/
Shareware
/
Multimedia
/
audiophiler
/
audiophilersetup.exe
/
{app}
/
audiophiler.exe
/
0
/
RCDATA
/
TFMMEDIAFORMAT
/
TFMMEDIAFORMAT.txt
Wrap
Text File
|
2004-09-21
|
3KB
|
153 lines
object FmMediaFormat: TFmMediaFormat
Left = 385
Top = 349
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'New Media Format'
ClientHeight = 142
ClientWidth = 305
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnHide = ClientDataSetFormHide
OnShow = ClientDataSetFormShow
DataSource = DM.DsMediaTypes
OnDataAfterEdit = ClientDataSetFormDataAfterEdit
OnDataBeforeEdit = ClientDataSetFormDataBeforeEdit
OnDataValidate = ClientDataSetFormDataValidate
PixelsPerInch = 96
TextHeight = 13
object LblName: TLabel
Left = 8
Top = 52
Width = 31
Height = 13
Caption = '&Name:'
FocusControl = EdtName
end
object Label2: TLabel
Left = 8
Top = 84
Width = 29
Height = 13
Caption = '&Code:'
FocusControl = EdtCode
end
object LblImage: TLabel
Left = 184
Top = 84
Width = 34
Height = 13
Caption = '&Image:'
FocusControl = EdtImage
end
object BtnOk: TBitBtn
Left = 136
Top = 112
Width = 75
Height = 25
TabOrder = 4
OnClick = BtnOkClick
Kind = bkOK
end
object BtnCancel: TBitBtn
Left = 216
Top = 112
Width = 75
Height = 25
TabOrder = 5
Kind = bkCancel
end
object PnlHeader: TPanel
Left = 8
Top = 8
Width = 289
Height = 25
Alignment = taLeftJustify
BevelOuter = bvNone
Caption = ' Media Format'
Color = clBtnShadow
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindow
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentBackground = False
ParentFont = False
TabOrder = 0
end
object EdtName: TcxDBTextEdit
Left = 56
Top = 48
Width = 241
Height = 21
DataBinding.DataField = 'Description'
DataBinding.DataSource = DM.DsMediaTypes
Properties.OnChange = EdtChange
Style.StyleController = DM.EditStyles
TabOrder = 1
end
object EdtCode: TcxDBTextEdit
Left = 56
Top = 80
Width = 89
Height = 21
DataBinding.DataField = 'MediaName'
DataBinding.DataSource = DM.DsMediaTypes
Properties.OnChange = EdtChange
TabOrder = 2
end
object EdtImage: TcxDBImageComboBox
Left = 232
Top = 80
Width = 65
Height = 21
DataBinding.DataField = 'ImageId'
DataBinding.DataSource = DM.DsMediaTypes
Properties.Images = FmGenrePopup.ImagesMedia
Properties.Items = <
item
ImageIndex = 0
Value = 0
end
item
ImageIndex = 1
Value = 1
end
item
ImageIndex = 2
Value = 2
end
item
ImageIndex = 3
Value = 3
end
item
ImageIndex = 4
Value = 4
end>
Properties.ReadOnly = False
Properties.ShowDescriptions = False
Style.LookAndFeel.NativeStyle = True
Style.Shadow = False
Style.StyleController = DM.EditStyles
TabOrder = 3
end
object TblMediaFormatsLookup: TEasyTable
CurrentVersion = '5.72 '
TableName = 'MediaTypes'
DatabaseName = 'AudiophilerDb'
InMemory = False
AutoIndexes = False
CacheEnabled = True
BDELikeFilter = False
Left = 8
Top = 104
end
end